Parallel Programming with Microsoft® Visual Studio® 2010 Step by Step
Author:Donis Marshall [Donis Marshall]
Language: eng
Format: epub
Tags: COMPUTERS / Programming / Parallel
ISBN: 9780735662612
Publisher: Microsoft Press
Published: 2011-07-17T16:00:00+00:00
Quick Reference
To
Do this
Convert a LINQ query to PLINQ
Add the AsParallel clause.
Run a segment of a PLINQ query sequentially
Use the AsSequential clause.
Parallelize multiple streams of the PLINQ query
Use ParallelQuery<TSource>.ForAll to execute the various streams in parallel.
Set the buffered state for handling the results of a PLINQ query
Use WithMergeOption.Buffered, WithMergeOption.FullyBuffered, or WithMergeOption.AutoBuffered.
Create ordered results
Use the AsOrdered clause.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(16182)
The Mikado Method by Ola Ellnestam Daniel Brolund(13465)
Hello! Python by Anthony Briggs(13254)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(12400)
Dependency Injection in .NET by Mark Seemann(12262)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(11018)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(10878)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10540)
Grails in Action by Glen Smith Peter Ledbrook(10332)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(10291)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(9597)
Hit Refresh by Satya Nadella(9040)
Kotlin in Action by Dmitry Jemerov(9033)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(8701)
The Kubernetes Operator Framework Book by Michael Dame(8488)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8309)
Robo-Advisor with Python by Aki Ranin(8262)
Practical Computer Architecture with Python and ARM by Alan Clements(8234)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(8204)